Upgrade uuid: 3.4.0 → 7.0.3 (major) #503
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ uuid (3.4.0 → 7.0.3) · Repo · Changelog
Release Notes
7.0.3 (from changelog)
7.0.2 (from changelog)
7.0.1 (from changelog)
7.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 71 commits:
chore(release): 7.0.3
fix: make deep require deprecation warning work in browsers (#409)
chore(deps): bump acorn from 6.4.0 to 6.4.1 in /examples/node-webpack (#407)
chore(deps): bump acorn from 6.4.0 to 6.4.1 (#405)
chore(deps): bump acorn from 6.4.0 to 6.4.1 in /examples/browser-webpack (#406)
chore: upgrade bundlewatch (#404)
chore: remove unused devDependencies and upgrade remaining (#401)
test: use webdriverio (#399)
chore(release): 7.0.2
docs: directly link to new react-native section (#397)
chore: add webworker to not supported section (#395)
docs: make react native polyfill docs more explicit (#396)
fix: make access to msCrypto consistent (#393)
fix: simplify link in deprecation warning (#391)
docs: move react-native docs to separate section (#387)
docs: add information on usage from React Native (#385)
fix: update links to match content in readme (#386)
chore(release): 7.0.1
fix: clean up esm builds for node and browser (#383)
fix: provide browser versions independent from module system (#380)
test: don't run browser workflow for pull_request event
docs: re-render readme
test: trigger github actions on pull_request as well
chore: manually fix broken issue template front matter
chore: run prettier on issue templates
chore: add issue template for feature requests
chore: add issue template for bug reports
chore: readme tweak
chore: more explicit verbiage about default export
chore(release): 7.0.0
chore: rearrange/edit README (#374)
docs: remove link to last stable version (#373)
docs: add note about removal of default export (#372)
docs: add note why v7.x follows the v3.x major release (#371)
test: test in latest browsers (#367)
fix: add deep-require proxies for local testing and adjust tests (#365)
chore: upgrade all devDependencies (#366)
chore(release): 7.0.0-beta.0
docs: prefer esmodule import syntax in README (#363)
docs: deprecated deep requiring of the different algorithm versions (#361)
Merge pull request #362 from uuidjs/replace-bundlesize-with-bundlewatch
build: replace bundlesize with bundlewatch
chore: remove editor/os specific gitignore rules
Merge branch 'next'
docs: add link to README of stable version (#358)
Merge pull request #360 from uuidjs/remove-edge-beta-test
test: increase github action fetch depth
test: remove flaky Edge 79.0 beta test
feat: add UMD build to npm package (#357)
Merge pull request #354 from uuidjs/remove-insecure-rng
feat: remove insecure fallback random number generator
docs: make v4 UUIDs more prominent in the docs
test: rename v1 test file appropriately
test: move rng tests to separate file
test: move v3 and v5 tests to separate file
test: add api test for v4()
docs: clarify precedence of options.random for v4()
docs: make consistent use of term "UUIDs"
docs: fix badge url
docs: fix esmodule example readme
feat: remove support for pre Node.js v4 Buffer API (#356)
Add bundlesize (#353)
Merge pull request #352 from uuidjs/prepare-for-alpha-release
build: set up and document build and release scripts
chore: upgrade lint-staged
chore: upgrade all dev dependencies except lint-staged
chore: transition dev dependencies to exact versions
chore: rename package script to build
docs: fix changelog
chore(release): 3.4.0
feat: rename repository to github:uuidjs/uuid (#351)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands